type net/url.encoding
6 uses
net/url (current package)
url.go#L72: type encoding int
url.go#L75: encodePath encoding = 1 + iota
url.go#L101: func shouldEscape(c byte, mode encoding) bool {
url.go#L200: func unescape(s string, mode encoding) (string, error) {
url.go#L285: func escape(s string, mode encoding) string {
url.go#L713: func validEncoded(s string, mode encoding) bool {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |